var mime/quotedprintable.softSuffix

2 uses

	mime/quotedprintable (current package)
		reader.go#L68: 	softSuffix = []byte("=")
		reader.go#L94: 			if bytes.HasSuffix(r.line, softSuffix) {